func runtime/pprof.runtime_cyclesPerSecond

3 uses

	runtime/pprof (current package)
		pprof.go#L386: 	cpuGHz := float64(runtime_cyclesPerSecond()) / 1e9
		pprof.go#L887: 	fmt.Fprintf(w, "cycles/second=%v\n", runtime_cyclesPerSecond())
		pprof.go#L914: func runtime_cyclesPerSecond() int64